home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / cslib15b.zip / INCLUDE / CSJULIAN.H < prev    next >
Text File  |  1994-12-20  |  562b  |  17 lines

  1. /***********************************************************************
  2.  
  3.                                        CSA Library, Release 1.5.b 
  4.  
  5.        Julian date routines.
  6.  
  7.                                           Copyright(c) 1994 
  8.                                           Combis 
  9.                                           The Netherlands   
  10. ***********************************************************************/
  11.  
  12. #define __CSJULIAN_H
  13.  
  14. long cal_julian(int month,int day,int year);
  15. void julian_cal(long julian,int &month,int &day,int &year);
  16.  
  17.